FlowDeleteDocument Methods
An object defining methods for the FlowDeleteDocument class.
Initialize()
Initializes the current workflow step.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.
DeleteDocuments()
Deletes the documents specified in the Documents
list.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.
DeleteDocument(flowDocument)
Deletes a specific document.
Parameters:
flowDocument (required): FlowDocument
The document to be deleted.
Returns:
Type: bool
Indicates whether the deletion was successful.
This is a sync method. Method runs synchronously.